-
Notifications
You must be signed in to change notification settings - Fork 1
Practice app examples #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: me <me@kentcdodds.com>
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: me <me@kentcdodds.com>
Co-authored-by: me <me@kentcdodds.com>
Co-authored-by: me <me@kentcdodds.com>
kentcdodds
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cursor, add a file at ./examples/README.mdx that explains what this section is for and explains why there's no solution and no tests (this is about exploring and practicing what they've learned).
Explain that there may be code in here they are unfamiliar with, but they can feel free to play around, but we'll focus on the areas where we have instruction that touches on what they've learned.
Describe the benefits of spaced repetition and practice with practical examples.
Also ages my other comments.
| ```sh nonumber | ||
| npm run start --workspace examples/muffin-shop-checkout | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cursor give an example of what the output might look like to give them an idea of what they're doing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cursor, move the example output to this mdx file instead of the example/REAMDE.mdx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: me <me@kentcdodds.com>
Co-authored-by: me <me@kentcdodds.com>
Add a
coffee-cart-checkoutexample application to provide a guided exercise for workshop participants.